Skip to content

CPD-13207: Add a retry of 60m for release download.#338

Merged
rutuja810 merged 1 commit intoproxy-cli-hook-aws-v3from
CPD-13207
Apr 14, 2026
Merged

CPD-13207: Add a retry of 60m for release download.#338
rutuja810 merged 1 commit intoproxy-cli-hook-aws-v3from
CPD-13207

Conversation

@rutuja810
Copy link
Copy Markdown

Change: minor
Purpose: maintenance

Motivation

Fixes #NNN

Proposed changes

Alternatives considered

Testing steps

@rutuja810 rutuja810 force-pushed the CPD-13207 branch 2 times, most recently from 8e4e011 to 09d6ed9 Compare April 10, 2026 16:03
Retriable.retriable on: RuntimeError do
retry_opts = {
tries: 360, # up to 360 x 10s = 60 minutes
max_elapsed_time: 60 * 60, # 60 minutes
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

60mins just to download a file form github? isnit it a bit excessive?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it will retry for 1h, as pipeline sometime takes 32-33 min to finish.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't your pipeline that's taking longer? I think this should be configurable and you can define the retry properties in your pipeline, I'd not like mine have a such long retry if I don't need it 😉

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Friend :)
We added retry on our pipeline here https://github.com/acquia/cloud-moonshot-plugins/pull/53/changes.
When release tag is cut it's using same sha as commit where pipeline has already passed so it is showing pipeline passed before triggering a new.

Change: minor
Purpose: maintenance
@rutuja810 rutuja810 merged commit ebdd516 into proxy-cli-hook-aws-v3 Apr 14, 2026
@rutuja810 rutuja810 deleted the CPD-13207 branch April 14, 2026 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants